From: Jim Blandy Date: Mon, 24 May 1993 05:54:23 +0000 (+0000) Subject: * Makefile.in (install): Refer to the variables INSTALLABLES and X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96051 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=261518d9ce6d5fd1f82aaba2a33bf599d177e126;p=emacs.git * Makefile.in (install): Refer to the variables INSTALLABLES and INSTALLABLE_SCRIPTS, instead of writing them out. --- diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 74a77a1e99e..5917a181e73 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -137,7 +137,7 @@ ${archlibdir}: all install: ${archlibdir} @echo @echo "Installing utilities for users to run." - for file in emacsclient etags ctags b2m ; do \ + for file in ${INSTALLABLES} ${INSTALLABLE_SCRIPTS} ; do \ cp $${file} ${bindir}/$${file}.new ; \ chmod 755 ${bindir}/$${file}.new ; \ done